﻿
  /*body*/     
  @media only screen and (max-width: 1279px) {
    .recommend_products_content ul li {
      max-height:200px;
      overflow:hidden;
    } 
  
  } 

  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .recommend_products_content ul li {
      max-height:220px;
      overflow:hidden;
    }

  } 
 
  @media only screen and (min-width: 1439px) and (max-width: 1679px) {
    .recommend_products_content ul li {
      max-height:290px;
      overflow:hidden;
    }

  }

  @media only screen and (min-width:1680px) and (max-width:1919px){
    .recommend_products_content ul li {
      max-height:320px;
      overflow:hidden;
    }

  }

  @media only screen and (min-width:1920px){
    .recommend_products_content ul li {
      max-height:360px;
      overflow:hidden;
    }

  }
  body{ 
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
    margin: 0;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
  } 

  body .column {  
    padding-left: 5px; 
    padding-right: 5px;
  }
.col-md-12 {
    padding: 0 !important;
}
  address { 
    display: inline;
  }
  ul, ol, li, dl, dt, dd {
    margin: 0; 
    padding: 0; 
    list-style: none;
  }
  .center {
    text-align: center;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right; 
  }
  .half{ 
    width:50%; 
  }
  img {
    max-width: 100%;
    max-height: 100%; 
  } 
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  .half {
    width: 50%;
    float: left;
  }
  .p15{padding:15px;}
  .pl30 {
    padding-left: 30px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }

  .ml50 {
    margin-left: 50px;
  }
  .mb80{margin-bottom:80px;}
  .qingchu:after {
    content: "020";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
  }
  /*头部*/ 

  .head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .head .tel span{
    color:#e66e03; 
    font-size: 30px;
    font-style: italic;
  } 
  .head .tel img{
    vertical-align: text-bottom;
  }   
  /*导航*/

  .navbar-inverse 
  {
    background:#0f2453;
    border-bottom:2px solid #fff;
  }
  .navbar-inverse .navbar-nav > li > a{
    padding:0 25px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
  }   


  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li >a.active  {
    color: #f29a03;
  }

  /*图片幻灯*/
  .carousel {
    background: #fff /*a25c98*/;
  } 
  .carousel .container{
    width:100%;
    max-width:100%;
  }
  .carousel .item {
    background: #fff;
  }
  .carousel .item img {
    max-width: 100%; 
  }
  /*大图*/
  .carousel-inner .container{
    padding:0;
  }    

  /*首页标题*/

  .stitle {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
  }
  .stitle p {
    font-size: 18px;
    color: #7e7e7e;
  }
  /*首页关于我们*/   


  /*首页新闻*/
  .snew {
    width: 100%;
    overflow: hidden;
    border-top: #c3c3c3;
    background: #eeeeee;
  }
  .newlist {
    width: 46%;
    height: 94px;
    float: left;
    margin:0 2% 80px;
    margin-bottom: 100px;
    border: 1px solid #f29a03;
  }
  .newlist:hover {
    border: 1px solid #0d2d8d;
    cursor: pointer;
  }
  .newlist:hover .date{
    background: #0d2d8d;
  }

  .newlist .date {
    color: #fff;
    width: 90px;
    height: 94px;
    text-align: center;
    background: #f29a03;
    margin-right: 15px;
  }
  .newlist .date .day {
    font-size: 48px;
    line-height: 65px;
    border-bottom: 1px dashed #fff;
  }
  .newlist .date .yearmonth {
    font-size: 14px;
    line-height: 30px;
  }
  .newlist .news {
    width: calc(100% - 120px);
    overflow: hidden;
    margin-right: 15px;
  }
  .newlist .news .title a {
    line-height: 33px;
    font-size: 16px;
    color: #030303;
  }
  .newlist .sum {
    height: 60px;
    overflow: hidden;
  }
  .newlist .news .sum a {
    color: #a5a5a5; 
    font-size: 12px;
    line-height: 22px;
    height: 45px;
  } 
  /*首页产品*/
  .spro {
    z-index: 3;
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
    background: #fff;
  }
  /*产品列表.product ul li*/
  .scase.product li{
    width: calc(100% / 4);
  }
  .product {
    padding: 15px 7px;
  }
  .product ul li {
    padding: 0 7px;
    margin-bottom: 14px;
    width: calc(100% / 3);
    float: left;
    border: none;
  }
  .scase.product ul li:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
  }
  .product ul li:hover .product_text .product_text_title{
    color:#f29a03;
  }
  .product ul li a {
    display: block;
  }
  .product ul:after {
    content: "020";
    display: block; 
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .product ul li .product_img {
    width: 100%;
  }
  .product ul li .product_img .product_img_box {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 15px;
    border: none;
    height: 190px;
    overflow: hidden;
  }
  .product ul li .product_img img {
    width: 100%;
    max-width: 100%;
    max-height: inherit; 
  }
  .product ul li .product_text {
  } 
  .product ul li .product_text .product_text_title {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product ul li .product_text .product_text_summary {
    color: #7c7c7c;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-align: justify;
    font-family: "微软雅黑";
    padding: 0 10px;
  }
  .product.productlist .product_img_box {
    border: none;
  }
  .product.productlist li {
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/S/2017/06/23/shen19/2017/06/23/6ee2dc0fe43843eabdab3ed2035f19f7.png) no-repeat bottom center;
    background-size: 90% 5px;
    padding-bottom: 10px;
  }
  /*首页案例*/ 
  .scasebg {
    background:#f1f1f1;
  } 
  /*首页联系我们*/
  .newbox_content_text.scontact{
    line-height: 46px;
    padding: 0 40px 40px; 
  }
  /*底部*/

  .foot {
    padding: 5px 0;
    overflow: hidden;
    background: #0f2453;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size:12px;
    border-bottom:2px solid #fff;
  }
  .foot a {
    color: #fff;
  }
  /*标题*/
  .b-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #0F2453;
    border-radius: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
    padding-left:0;
  }
  .b-title:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .b-title .b-title-name {
    float: none;
  }
  .b-title .b-title-more {
    float: right;
  }
  .b-title .b-title-more a {
    color: #fff;
  }
  .b-title b{
    float:none;
    font-weight:normal;
    font-size:16px;
  }
  /*块盒子*/
  .newbox {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /*块盒子内容*/
  .newbox_content {
    width: 100%;
    background-color: #ffffff;
    border: none;
  }
  .newbox_content_text {
    color: #333;
    font-size: 14px; 
    line-height: 30px;
    padding: 20px;
    text-align: justify;
  }
  /*==========内页===========*/

  /*面包屑导航*/
  .bread{
    height:40;
    line-height:40px;
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/2547b2333d874a91b5198ff974d82b73.jpg) repeat;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
  }
  .bread a{
    color:#444;
  }
  .bread span{
    color:#444;
    margin:0 10px;
  }

  .nleft{
    width: 25%;
    float: left;
  }
  .nright{
    width: calc(75% - 35px);
    float: right;
  }

  /*内页左侧内容边框*/
  .ncontact{
    background: #fff;
    border-radius: 0 0 20px 0;
    padding:20px;
    border: 3px solid #E3E3E3;
    margin-bottom: 20px;
    border-top: none;
    font-size: 14px;
    line-height: 30px;
  }
  /*内页右侧标题*/ 
  .in-title{
    font-size: 20px;
    line-height: 30px;
  }
  /*新闻列表页*/ 

  ul.newpage {
    width: 100%;
    padding: 10px;
  }
  ul.newpage li {
    height: 40px;
    font-size:14px;
    line-height: 40px;
    padding-left: 18px;
    list-style: none;
    background:url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/73e65f5825324f7a8128d1a859385966.png) no-repeat left center;
  }

  ul.newpage li a {
    color: #444444;
  }
  ul.newpage li a:hover {
    color: #f27b04;
    text-decoration: underline;
  }

  ul.newpage .fr_date {
    float: right;
    font-size: 14px;
    color: #626262;
  } 
  /*新闻列表*/
  .news:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .news ul li {
    line-height: 40px !important;
    color: #666;
    border-bottom: 1px dashed #ddd;
    padding: 0 15px;
  }
  .news ul li a {
    color: #666;
  }
  .news ul li .news_text_date {
    float: right;
    width: 80px;
    text-align: right;
    font-size: 13px;
    color: #999;
  }
  .news ul li .news_text_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    margin-right: 90px;
  }
  .news ul li a {
    display: block;
  }
  .news ul li a:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /*新闻图文*/
  .newlist-Img {
  }
  .newlist-Img ul li {
    padding: 15px;
    width: calc(100% / 2);
    float: left;
  }
  .newlist-Img ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .newlist-Img ul li a {
    display: block;
  }
  .newlist-Img ul li a:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .newlist-Img ul li .newlist-Img_img {
    float: left;
    width: 102px;
    height: 77px;
  }
  .newlist-Img ul li .newlist-Img_img .newlist-Img_img_box {
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 75px;
    padding: 1px;
    border: 1px solid #eee;
    overflow: hidden;
  }
  .newlist-Img ul li .newlist-Img_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .newlist-Img ul li .newlist-Img_text {
    margin-left: 110px;
  }
  .newlist-Img ul li .newlist-Img_text .newlist-Img_text_title {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
  }
  .newlist-Img ul li .newlist-Img_text .newlist-Img_text_summary {
    color: #999;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 5px;
  }
  .newlist-Img ul li .newlist-Img_text .newlist-Img_text_date {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px;
  }
  /*新闻详情*/
  .news_content {
    padding: 15px;
  }
  .news_content_title {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    margin-top: 0;
    text-align: center; 
  }
  .news_content_date {
    color: #999;
    font-size: 14px;
    text-align:center;
    padding: 5px;
    border-top: 1px solid #E3E3E3;
  }
  .news_content_head div:last-child {
    margin-bottom: 15px;
    border-bottom:none;
  }
  .news_content_text {
    line-height: 26px;
    color: #666;
  }
  /*产品分类*/
  /*产品分类*/
  .products_class_content ul {
    padding-bottom: 15px;
    background: #fff;
    border-top: none;
    border-radius: 0 0 20px 0;
    padding-top: 10px;
    border: 3px solid #E3E3E3;
    margin-bottom: 20px;
    border-top: none;
  }
  .products_class_content ul li {
    font-size:14px;
    padding:0 20px;
  }
  .products_class_content ul li > div {
    border-bottom: 1px solid #e7e7e7;
    height: 43px;
    line-height: 42px;
    display: block;
    padding-left: 15px;
    cursor: pointer;
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/03/5fb4033acdee47ffb7da519b0c1db6b0/30358e0372e843cb82b0af229e366ead.gif) #fff no-repeat right 10px center;
    transition: all .5s;  
  }
  .products_class_content ul li >div a{

    color:#444;	
  }
  .products_class_content ul li > p {
    display: none;
    padding:0;
    margin:0 20px;
  }
  .products_class_content ul li > p > a {
    color:#444;
    height: 30px;
    line-height: 30px;
    border-bottom:none;
    margin-bottom: 0;
    padding-left: 30px;
    display: block;

  }
  .products_class_content ul li > p > a:hover {

  }
  /*产品详情*/
  .product_content {
    padding: 15px;
  }
  .product_content_head div:last-child {
    margin-bottom: 15px;
    margin-top:20px;
    border-bottom: none;
  }
  .product_content_title {
    color: #333;
    padding-bottom: 6px;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
  }
  .product_content_date {
    color: #999;
    font-size: 12px;
    padding-bottom: 6px;
  }
  .product_content_summary {
    color: #999;
    padding-bottom: 15px;
  }
  .procontent {
    font-size:14px;
    padding: 15px;
    line-height: 30px; 
    color: #333;
  }
  .product_content_img {
    text-align: center;
  }
  /*分页*/
  .paginator {
    clear: both;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    font: 14px Arial, Helvetica, sans-serif;
    color: #666;
    padding-top: 10px;
    float: right;
  }
  .paginator span {
    float: left;
  }
  .paginator A {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    margin-right: 4px;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }
  .paginator A:link {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    margin-right: 4px;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }
  .paginator A:visited {
    border-right: #c4c4c4 1px solid;
    padding-right: 8px;
    border-top: #c4c4c4 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #c4c4c4 1px solid;
    color: #0169cd;
    border-bottom: #c4c4c4 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }
  .paginator A:hover {
    border-right: #fe7300 1px solid;
    padding-right: 8px;
    border-top: #fe7300 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #fe7300 1px solid;
    color: #fe7300;
    border-bottom: #fe7300 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }
  .paginator A:active {
    border-right: #fe7300 1px solid;
    padding-right: 8px;
    border-top: #fe7300 1px solid;
    padding-left: 8px;
    background: #fff;
    border-left: #fe7300 1px solid;
    color: #fe7300;
    border-bottom: #a62021 1px solid;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  }
  .paginator .break {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    border-top-style: none;
    padding-top: 6px;
    border-right-style: none;
    border-left-style: none;
    height: 12px;
    text-decoration: none;
    border-bottom-style: none;
  }
  .paginator .this-page {
    border-right: #fff 1px solid;
    padding-right: 8px;
    border-top: #fff 1px solid;
    display: block;
    padding-left: 8px;
    background: #fff;
    float: left;
    padding-bottom: 2px;
    border-left: #fff 1px solid;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #fff 1px solid;
    text-decoration: none;
    color: #fe7300;
    font-weight: bold;
  }
  /*当为第一页时的上一页按钮*/
  .firstbtn {
    border-top-width: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px !important;
    font-size: 12px;
    border-bottom-width: 0px !important;
    padding-bottom: 0px;
    width: 26px;
    color: #666;
    line-height: 22px;
    margin-right: 4px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px !important;
  }
  /*当为最后一页时的下一页按钮*/
  .finalbtn {
    border-top-width: 0px !important;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px !important;
    font-size: 12px;
    border-bottom-width: 0px !important;
    padding-bottom: 0px;
    width: 63px;
    color: #666;
    text-indent: 7px;
    line-height: 22px;
    padding-top: 0px;
    height: 22px;
    text-align: left;
    border-right-width: 0px !important;
  }
  .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    display: block;
  }
  /*推荐内容列表*/
  .recommend {
    padding: 15px 7px;
  }
  .recommend ul li {
    padding: 0 7px;
    margin-bottom: 14px;
    width: calc(100% / 4);
    float: left;
    border: none;
  }
  .recommend ul li a {
    display: block;
  }
  .recommend ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .recommend ul li .recommend_img {
    width: 100%;
  }
  .recommend ul li .recommend_img .recommend_img_box {
    text-align: center;
    /*display:table-cell;*/
    vertical-align: middle;
    width: 100%;
    padding: 1px;
    border: 1px solid #eee;
    height: 205px;
    overflow: hidden;
  }
  .recommend ul li .recommend_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .recommend ul li .recommend_text {
  }
  .recommend ul li .recommend_text .recommend_text_title {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  .recommend ul li .recommend_text .recommend_text_summary {
    color: #999;
    line-height: 0;
    height: 0;
  }
  /*留言 */
  .contact-form form {
    text-align: right;
  }
  .contact-form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d4d4;
    color: #555;
    font-size: 16px;
    margin-bottom: 1em;
    outline: medium none;
    padding: 0.5em;
    width: 100%;
  }
  .contact-form textarea {
    border: 1px solid #d5d4d4;
    color: #898888;
    font-size: 16px;
    min-height: 150px;
    outline: medium none;
    padding: 0.5em;
    resize: none;
    width: 100%;
  }
  .contact-form input[type="button"] {
    background: #09A1F1  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0.5em 0 0;
    outline: medium none;
    padding: 0.5em 1.5em;
  }




  .message_style {
    padding: 0 40px 40px;
  }
  .message_style .message_text {
    margin-bottom: 15px;
  }
  .message_style .message_text input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .message_style .message_text label {
    display: block;
    font-weight: normal;
    color: #ff0000;
  }
  .message_style .message_text textarea {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 7px;
    width: 100%;
    display: block;
  }
  .message_style .message_btn {
    text-align: center;
  }
  .message_style .message_btn input {
    background: #efa52c;
    border: none;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 7px 0;
    line-height: 20px;
  }
  /*产品轮播*/
  .swiper-container {
    width: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    border-radius: 0 !important;
    background: #ccc !important;
  }
  .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .swiper-pagination {
    text-align: right !important;
    padding-right: 10px !important;
  }
  /*产品推荐选项卡*/ 
  .clear {
    clear: both;
  }
  .recommend_products_classify{
    max-width: 1170px;
    margin: 0 auto;
  }
  .recommend_products_classify ul {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .recommend_products_classify ul li {
    float: none;
    padding: 0 20px !important;
    margin:0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: #FFF;
    color:#000;
    border:1px solid #000;
    box-sizing: border-box;
    font-family: "微软雅黑";
  }
  .recommend_products_classify ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }
  .recommend_products_left_title {
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #666;
  }
  .recommend_products_title :after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }
  .recommend_products_title {
    height: 70px;
    line-height: 40px;
    height:auto;
    border-bottom: none;
    box-sizing: border-box;
    margin-top: 0px;
  }
  .recommend_products_classify {
    float: none;
  }
  .recommend_products_content {
    display: none;
  }
  .recommend_products_classify ul li.active {
    border: 1px solid #e66e03;
    color: #fff;
    background: #e66e03;
    box-sizing: border-box; 
  }
  .recommend_products_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .recommend_products_content ul li {
    width: 25%; 
    float: left;
    border: 1px solid #fff;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    transition: all 0.4s ease-out 0s;
    box-sizing: border-box;
    background: #fff;
  }
  .recommend_products_content ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }
  .recommend_products_content_img {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .recommend_products_content_img img {
    max-width: 100%;
    width:100%;
    box-sizing: border-box;
  }
  .recommend_products_content ul li a {
    text-decoration: none;
  }
  .recommend_products_content ul li:hover {
    margin-top: 0px;
    box-sizing: border-box;
  }
  .recommend_products_content ul li:nth-child(4n-0) {
    margin-right: 0;
    box-sizing: border-box;
  }
  .recommend_products_content ul li:nth-child(4n-3) {
    clear: both;
    box-sizing: border-box;
  }
  .recommend_products_content ul li .recommend_products_content_pric {
    line-height: 30px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    color: #d93a21; 
    font-size: 20px;
  }


  .recommend_products_content_img {
    position:relative;
  }
  .recommend_products_content_img .recommend_products_content_title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(15, 36, 83, 0.62);
  }
  .recommend_products_content_img:hover .recommend_products_content_title {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .recommend_products_content_title {

    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-align:center;
  }

  .recommend_products_content_title  p{
    margin-top:30%;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
  }

  /*新闻选项卡*/
  .news_tab {
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 15px;
  }
  .news_tab_title {
    line-height: 40px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .news_tab_title ul {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    list-style: none !important;
    margin: 0;
    padding: 0;
  }
  .news_tab_title ul li {
    float: left;
    border-right: 1px solid #ddd;
    /*border-bottom:1px solid #ddd;*/
    padding: 0 30px !important;
    height: 40px;
    font-family: "微软雅黑";
    color: #666;
    cursor: pointer;
    list-style: none !important;
  }
  .news_tab_title ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }
  .news_tab_title ul li.active {
    border-bottom: 1px solid #fff !important;
    border-top: 2px solid red;
    box-sizing: border-box;
    font-weight: bold;
  }
  .news_tab_content {
    display: none;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-family: "微软雅黑";
  }
  .news_tab_content ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
  }
  .news_tab_content ul li {
    line-height: 30px;
    height: 30px;
    background: url(images/cui_bg.png) no-repeat;
    background-position: -68px -330px;
    padding-left: 10px;
    box-sizing: border-box;
    list-style: none !important;
  }
  .news_tab_content ul li span:first-child {
    width: 80px;
    float: right;
    color: #999;
    text-align: right;
  }
  .news_tab_content ul li span:last-child {
    color: #666;
    margin-right: 80px;
    display: block;
  }
  .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .news_tab_content ul li a:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }
  .news_tab_content ul li a {
    display: block;
    text-decoration: none;
  }
  /*友情链接*/
  .friend_link {
    width: 100%;
    padding: 14px 7px 0 7px;
  }
  .friend_link ul li {
    padding: 0 7px;
    margin-bottom: 14px;
    width: calc(100% / 8);
    float: left;
    border: none;
  }
  .friend_link ul {
    margin: 0;
  }
  .friend_link ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .friend_link ul li a {
    color: #fff;
    border: 1px solid #ddd;
    display: block;
    position: relative;
  }
  .friend_link ul li img {
    width: 100%;
  }
  .friend_link ul li div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: calc( 50% - 40px );
    z-index: 2;
    background: rgba(0, 0, 0,0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  /*点击放大*/
  .photo-mask {
    position: fixed;
    z-index: 10;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
  }

  .photo-panel {
    position: absolute;
    display: none;
    clear: both;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
  }

  .photo-panel .photo-div,
  .photo-panel .photo-bar {
    width: 100%;
  }

  .photo-panel .photo-div {
    width: 100%;
    height: 560px;
    z-index: 16;
    margin: auto;
    position: fixed;
    left: calc(50% - 500px);
    bottom: 200px;

  }

  .photo-panel .photo-close {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/1df9f8eea4694d73ad57ea0e9a747ca9.png);
    width: 56px;
    height: 56px;
    position: absolute;
    margin-left: 664px;
  }

  .photo-panel .photo-close:hover {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/1e9c9614a7d44396931ebdacc492138d.png);
    width: 56px;
    height: 56px;
    position: absolute;
    margin-left: 664px;
  }

  .photo-panel .photo-bar-tip {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    padding: 10px;
  }

  .photo-panel .photo-bar-tip:hover {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    padding: 10px;
  }

  .photo-panel .photo-img {
    width: 720px;
    float: left;
    height: 560px;
    background: #fff;
  }

  .photo-panel .photo-view-w {
    width: 720px;
    height: 560px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }

  .photo-panel .photo-view-h {
    width: 720px;
    height: 560px;
    text-align: center;
    vertical-align: middle;
  }

  .photo-panel .photo-view-w img {
    max-width: 700px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    max-height: 540px;
    margin: 10px;
    -moz-box-shadow: 5px 5px 5px #a6a6a6;
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px #a6a6a6;
  }

  .photo-panel .photo-view-h img {
    max-width: 700px;
    height: 540px;
    margin: 10px;
    -moz-box-shadow: 5px 5px 5px #a6a6a6;
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px #a6a6a6;
  }

  .photo-panel .photo-left,
  .photo-panel .photo-right {
    width: 120px;
    float: left;
    margin-top: 220px;
  }

  .photo-panel .arrow-prv {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/fae49ecc6fa24171aab700b4d77e0d53.png);
    width: 120px;
    height: 120px;
  }

  .photo-panel .arrow-prv:hover {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/0b9dee80c00c4cd38a83ebf36f852a4c.png);
    width: 120px;
    height: 120px;
    cursor: pointer;
  }

  .photo-panel .arrow-next {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/c1e75184eddf4c84aa2020ca6737f2ab.png);
    width: 120px;
    height: 120px;
  }

  .photo-panel .arrow-next:hover {
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/07/20f745bed4c24852a648f07cd34f9770/7cc9955207d7427397c200c027a7cec1.png); 
    width: 120px;
    height: 120px;
    cursor: pointer;
  }
  
  /*2017-09-16追加样式*/
.recommend_products_title{ height:auto;}

